home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem process test uploads request - for ProDOOR 2.9
- rem %1-logfile, %2-testdir, %3-comport
-
- rem convert unwanted .arc files to .zip format
- if not exist %2\*.arc goto test
- proecho %3 ~~Converting ARC files to ZIP format. Please wait...~
- tozip %2\* >%1
-
- :test
- rem test zipfiles
- proecho %3 ~~Testing uploads. Please wait...~
- zipds %2\* >>%1
- pkunZIP -t %2\* >>%1
-